home *** CD-ROM | disk | FTP | other *** search
Modula Definition | 1996-12-23 | 557 b | 18 lines | [TEXT/3PRM] |
- definition module StdEnum
-
- // ****************************************************************************************
- // Concurrent Clean Standard Library Module Version 1.1
- // Copyright 1995 University of Nijmegen
- // ****************************************************************************************
-
- /*
- This module must be imported if dotdot expressions are used
-
- [from .. ] -> _from from
- [from .. to] -> _from_to from to
- [from, then .. ] -> _from_then from then
- [from, then .. to] -> _from_then_to from then to
- */
-
- import _SystemEnum
-